'Declaration
<JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.NotNullAttribute()> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> Public ReadOnly Property Arguments As Collection(Of DAItemGroupArguments)
'Usage
Dim instance As DAItemChangedObservable(Of TValue) Dim value As Collection(Of DAItemGroupArguments) instance.Arguments = value value = instance.Arguments
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public Collection<DAItemGroupArguments> Arguments {get;}
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public: property Collection<DAItemGroupArguments^>^ Arguments { Collection<DAItemGroupArguments^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).